
#index{
	margin: 0 auto;
	min-height: 400px;	
}
#index .container{
	background-image: url(../images/index_bg.png);
	background-repeat: no-repeat;
	height: 700px;	
	padding-top: 330px;
}
#index .index_btn .join{
	background-image: url(../images/participate_btn_winner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 232px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	cursor: pointer;
}
#index .index_btn .join:hover {
	background-position: left bottom;
}

#index .contentImgWrap{
	position: relative;
}
#index .textLink{
	position: absolute;
	width: 100px;
	height: 24px;
	left: 149px;
	top: 58px;
	z-index: 20;
	cursor: pointer;	
	/*hack for IE8*/
	background-image: url( data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== );
}